From: Stefan Monnier Date: Sun, 4 Apr 2004 01:27:13 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~23380 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=857f3b94dc034b2a46984ab36b7ea3c2b2c651e3;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index e6e6e9b5d77..3031e5db710 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -88,6 +88,8 @@ types any more. Add -DUSE_LISP_UNION_TYPE if you want union types. * Changes in Emacs 21.4 +** The URL package is now part of Emacs. + ** M-x compile has become more robust and reliable Quite a few more kinds of messages are recognized. Messages that are diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6ee0d985040..19cb2206bab 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2004-04-03 Stefan Monnier + + * url: Import the URL package from its repository. + 2004-04-03 Andreas Schwab * diff-mode.el (diff-mode): Fix missing quote. @@ -10,8 +14,8 @@ 2004-04-02 Jan Dj,Ad(Brv - * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text): Use - utf-16le on little endian machines and utf-16be otherwise. + * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text): + Use utf-16le on little endian machines and utf-16be otherwise. 2004-04-02 David Kastrup